home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / ezmouse2.zip / WHATS.NEW < prev   
Text File  |  1996-05-11  |  582b  |  16 lines

  1. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. *                       What's New In EZ-Mouse Ver. 2.0?                     *
  3. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. 1.) Change the ConfineMouse procedure from:
  6.     ConfineMouse(MinX, MaxX, MinY, MaxY) to:
  7.     ConfineMouse(MinX, MinY, MaxX, MaxY) for convenience.
  8.  
  9. 2.) Added the ResetMouse procedure.
  10.  
  11. 3.) Fixed the problem in graphics mode in which the screen changes to red
  12.     after calling InstallMouse
  13.  
  14. 4.) Added the ChangeCursor procedure
  15.  
  16.